setRotationX

open fun setRotationX(view: View, value: Float)(source)

Deprecated

Use setRotationX directly.

Sets the degrees that the view is rotated around the horizontal axis through the pivot point. Increasing values result in clockwise rotation from the viewpoint of looking down the x axis.

Parameters

view

view to set the rotation on.

value

The degrees of X rotation.